Welcome![Sign In][Sign Up]
Location:
Search - directx 9 3d

Search list

[Game ProgramA3DwithDX9

Description: Advanced 3D Game Programming Using DirectX 9.0 的英文电子版,可供参考和学习。-Advanced 3D Game Programming Using DirectX 9.0 english electronic editon,study and refrence it.
Platform: | Size: 4238564 | Author: 关宇昕 | Hits:

[Game ProgramD3D9Cartoon

Description: 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Platform: | Size: 662353 | Author: 倪明 | Hits:

[WEB Coded3d9_game_programing

Description: 使用dx9进行游戏编程doc------Introduction to 3D Game Programming with DirectX 9.0 原著: Frank D. Luna -use dx9 game programming doc ------ Introduction to 3D Game Programming with DirectX 9.0 works : Frank D. Luna
Platform: | Size: 283960 | Author: weiguian2 | Hits:

[Other resourceAppendixACode

Description: Introduction to 3D Game Programming with DirectX 9.0中的程序代码1-Introduction to 3D Game Programming with D irectX 9.0 of a program code
Platform: | Size: 2641 | Author: kin | Hits:

[Other resourceIntroductionTO3DGameProgrammingWithDirectX9.chm.ra

Description: Introduction to 3D Game Programming with DirectX 9-Introduction to 3D Game Programming with D irectX 9
Platform: | Size: 3572190 | Author: cnnwm | Hits:

[Other resource3D_RPG_sbns

Description: 如果只是执行EXE文件,只要电脑安装了Direct X9.0就行了, 一般电脑在装操作系统时有默认安装这个的! ------------------------------------------------------- 如果是要编译游戏源程序,需要安装VC++ 6.0和DirectX 9.0b或以上的版本! 游戏名称:孙膑问世 游戏内容: 本游戏改编自36集大集古装电视连续剧《孙子兵法与三十六计》 游戏类型:3D RPG游戏 游戏剧情:目前只有初期剧情,大约30分钟 出现的主要人物有:孙膑(初始名为:孙宾)、鬼谷子、庞涓、钟离春 出现的NPC有:山药夫、武防店主、柴夫、猎人 出现了3个场景,分别是:鬼谷山顶、鬼谷半山腰(鬼谷子住处)、鬼谷山脚下-if only to implement EXE file, if the computer installed Direct X9.0 on the trip, In general computer operating systems installed by default when you install this! --- --- --- --- --- --- ---- --- --- --- If the game is to compile source files, need to install VC 6.0 and DirectX 9.0b or more versions! Name of the game : Sun Bin advent of the game : Adapted from the game 36 sets great costume collection television series, "Art of War, and thirty-six stratagems" game types : 3D RPG game storyline games : at present only the initial story appeared about 30 minutes, the main characters are : Sun Bin (initial entitled : Bin Sun), Guiguzi, Pang Juan Zhong Li-chun of NPC : Yam said that the armed defense of shopkeepers, Cifu. Hunter appeared three scenes are : Guiguzi Pe
Platform: | Size: 322183 | Author: 赤骨儿 | Hits:

[Multimedia programInvasionCSharp_src

Description: DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This is without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also want to use a .NET language.-DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also wa
Platform: | Size: 624092 | Author: 宋剑飞 | Hits:

[Other resourceDirect3D_game_rumenjiaocheng

Description: Direct3D游戏编程入门教程 本书基于DirectX 9.0,是介绍Direct3D技术的入门教程,详细介绍了Direct3D的背景、基本知识以及3D程序设计的相关概念与技术。全书由浅入深,分为四个部分,第一部分介绍Direct3D的发展历史和基本知识,对3D程序设计中的术语、概念进行了深入讲解;第二部分着重讨论纹理映射技术,包括多重纹理等;第三部分通过多个示例来探讨高级shader编程,并对.MD3文件格式做了详细分析;第四部分是附录,对本书中用到的概念和技术知识背景进行了简单补充。本书适用于略有DirectX基础的C/C++程序员学习Direct3D游戏开发,也适用于具有Direct3D开发经验的程序员参考。
Platform: | Size: 16600356 | Author: 张敏 | Hits:

[Other resourceDx3

Description: DirectX 9.0 3D小程序 Defines the entry point for the application.
Platform: | Size: 4568 | Author: zhaiqingsong | Hits:

[DirextX3dgame(dx9)src

Description: 3D游戏程序设计入门(DirectX 9.0)l另附代码
Platform: | Size: 9322392 | Author: wobzd | Hits:

[Other resourcematerial

Description: 3d游戏,材质处理引擎,要求directx 9.0和vc或vs编译环境
Platform: | Size: 1092 | Author: 高倩文 | Hits:

[GDI-Bitmapumvistad3d

Description: This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without \"managed\" languages and best of all, without any use of .NET at all. The application provided uses good old unmanaged C++ and DirectX 9 Ex to create an anti-aliased, semi-transparent, 3D spinning cube on an Aero Glass window that operates as smoothly as any other application under Vista.
Platform: | Size: 24399 | Author: 含羞草 | Hits:

[DirextXBookPart2Code

Description: DirectX 9.0 3D游戏开发编程基础源代码,需要的千万不要错过哦
Platform: | Size: 2747742 | Author: kongxiangan | Hits:

[DirextXd3dx_skinnedmesh

Description: 《Introduction to 3D Game Programming with DirectX 9》的作者Luna所作的很好的SkinMesh学习资料。
Platform: | Size: 793871 | Author: 陈惟楚 | Hits:

[DirextXBookPart3Code

Description: 书籍Introduction to 3D Game Programming with DirectX 9.0的部分源代码,是学习directx9.0的好工具-books Introduction to 3D Game Programming with DirectX 9.0 source code is a good learning tool directx9.0
Platform: | Size: 2895385 | Author: 林源 | Hits:

[DirextXDirectX9_D3D

Description: 用DirectX9编写的一个简单的3D程序-A sample 3d program developed with directx9
Platform: | Size: 404480 | Author: 梁白鸥 | Hits:

[DirextXd3d9-example

Description: directx 3d初级编程的源代码及配套电子文档。为开发者的实际经验。-DirectX 3d primary programming source code and supporting electronic documents. For the development of practical experience.
Platform: | Size: 761856 | Author: t | Hits:

[OtherDirectX 9.0 3D 游戏开发编程基础& SourceCode

Description: directx9.0 3d游戏编程基础的源代码,非常值得研究(Directx9.0 3d game programming base source code, very worthy of research.)
Platform: | Size: 13958144 | Author: 本帅求指教 | Hits:

[Game EngineBookPart2Code

Description: Introduction to 3D Game Programming with DirectX 9.0 Source Part 2
Platform: | Size: 2747392 | Author: GG_666 | Hits:

[3D GraphicBookPart3Code

Description: Introduction to 3D Game Programming with DirectX 9.0 Source Part 3
Platform: | Size: 2893824 | Author: GG_666 | Hits:
« 1 2 3 4 5 67 8 9 »

CodeBus www.codebus.net